home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / geosdemo.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-07-30  |  511b  |  19 lines

  1. echo off
  2. cls
  3. if not exist installh.exe goto noinstall
  4. installh
  5. if errorlevel 1 goto exit
  6. if not exist demo.bat goto noinstall
  7. demo
  8. goto exit
  9. :noinstall
  10. echo            GeoWorks Ensemble Demo Installation
  11. echo         =========================================
  12. echo  
  13. echo         Sorry, your GeoWorks Ensemble Demo disk
  14. echo         seems to be missing files.  Please make  
  15. echo         sure the DOS prompt is set to the drive
  16. echo         containing the demo disk (e.g., "A>").
  17. echo  
  18. :exit
  19.